Link with -lm (to get 'ceil' function)
authorElliot Lee <sopwith@src.gnome.org>
Thu, 6 Jan 2000 02:53:13 +0000 (02:53 +0000)
committerElliot Lee <sopwith@src.gnome.org>
Thu, 6 Jan 2000 02:53:13 +0000 (02:53 +0000)
* gdk-pixbuf/pixops/Makefile.am: Link with -lm (to get 'ceil' function)

gdk-pixbuf/ChangeLog
gdk-pixbuf/pixops/Makefile.am

index 852e106adf2edf1b717f52424c7d0075c8327b82..cbbaafc85b8052cb4cbc27be156c5a990df6d922 100644 (file)
@@ -1,3 +1,6 @@
+2000-01-05 Elliot Lee <sopwith@redhat.com>
+       * gdk-pixbuf/pixops/Makefile.am: Link with -lm (to get 'ceil' function)
+
 2000-01-05  Owen Taylor  <otaylor@redhat.com>
 
        * doc/Makefile.am doc/gdk-pixbuf-sections.txt
index bcb90bc18e21b2f0597eae17b4945f44c87efb80..354896bbc598d8cdc05739202ba99959eba4f17e 100644 (file)
@@ -5,7 +5,7 @@ INCLUDES = $(GLIB_CFLAGS)
 bin_PROGRAMS = timescale
 
 timescale_SOURCES = timescale.c
-timescale_LDADD = libpixops.la $(GLIB_LIBS)
+timescale_LDADD = libpixops.la $(GLIB_LIBS) -lm
 
 if USE_MMX
 mmx_sources =                          \